home *** CD-ROM | disk | FTP | other *** search
/ CD Classic 39 / CD CLASSIC #39 (1998).iso / EMPRESA / visio / Vistdstd / Install / Data.Z / Vao_all.CPP < prev    next >
C/C++ Source or Header  |  1997-07-07  |  1KB  |  41 lines

  1. //*****************************************************************************
  2. //    VAO_ALL.CPP - Generated by the "MFC VAddon VSL Wizard."
  3. //    Copyright (C) 1997 Visio Corporation. All rights reserved.
  4.  
  5. //    This file references the necessary vao_src\*.cpp files
  6. //    which should be included in projects with VSL targets.
  7.  
  8. //*****************************************************************************
  9. //    MANUAL STEPS NECESSARY TO BUILD THIS PROJECT:
  10. //    (See copy of these comments in VAO_ALL.CPP)
  11. //
  12. //    <1>
  13. //    Add the paths to "vao_inc" and "vao_src" to the project
  14. //    include settings. The default location is in:
  15. //    C:\Program Files\Visio\DVS\Libraries\C-CPP\vao_inc
  16. //    C:\Program Files\Visio\DVS\Libraries\C-CPP\vao_src
  17. //    Adjust accordingly for your own Visio\DVS installation.
  18. //
  19. //    <2>
  20. //    Rename the output files *.VSL (rather than *.DLL)
  21. //    Visio will not load plain *.DLL files to check for
  22. //    an exported VisioLibMain. (See vaddon.cpp for the
  23. //    implementation of VisioLibMain if you're curious!)
  24.  
  25.  
  26. #include "stdafx.h"
  27.  
  28.  
  29. #include "addsink.cpp"        //    For hooking up to Visio events
  30. #include "helpers.cpp"        //    BSTR and VARIANT helper classes
  31. #include "ivisreg.cpp"        //    Getting/creating an Automation instance of Visio
  32. #include "vaddon.cpp"        //    The "easy-to-subclass" VAddon
  33.  
  34.  
  35. extern "C" {
  36.  
  37.     #include "vao.c"        //    VSL utility functions
  38.  
  39. }
  40.  
  41.